home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-11-25 | 808 b | 59 lines | [TEXT/ttxt] |
- //Spikes by: Robin Brayer
- //durandal@canada.com
- //ICQ # = 11246288
- //Send Me Comments!
-
-
- Resn=10,
-
- Durn="0.3",
-
- CamX="(120) * cos( PI * (t/50))",
- CamY="120 * sin( PI * (t/50))",
- CamZ="5 + abs(2 + 10 * cos( t / 20 ))",
-
- CmLX="0",
- CmLY="0",
- CmLZ="0",
-
- CUpX="0",
- CUpY="0",
- CUpZ="1",
-
-
-
- C0="8* ( .1846 + .6153 * ( 1 - sqrt(dt) ) )",
- D0="(1 - s) * .5",
-
- R=" (rnd(0.1)) + c0 * ( pos( .3333 - d0 ) + pos( .3333 - abs( d0 * 1.71429551 - 1 ) ) )",
- G=" rnd(0.1) + c0* ( .3333 - abs( d0 - .23 ) )",
- B=" rnd(0.1) + c0 * ( .3333 - abs( d0 - .43 ) )",
-
-
- widt=550,heig=350,
-
- ConL=1,ConB=0,
-
- LWdt="2 * dt + 1",
-
-
- Fall=".09",
-
-
- D1="50 * abs( mag( s ) )",
-
- X="(0.05+rnd(.5))+cos( 6.28 * (s)) * ( 50 + d1 )",
- Y="(0.05+rnd(.5))+sin( 6.28 * (s)) * ( 50 + d1 )",
- Z="1.3 * d1 - 20",
-
-
-
-
- Scal="900",
-
-
- ScSz=1,
-
- Pers="250",
-
- Vers=30